﻿@charset "utf-8";
* {
	font-family: "微软雅黑";
	margin: 0;
	padding: 0;
}

body {
	/*overflow-x: hidden;*/
	max-width: 1920px;
	min-width: 1100px;
	margin: 0 auto;
}

img {
	border: none;
}

li {
	list-style: none;
}

a {
	color: #682c2a;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
}

.clear,
.clearfix {
	clear: both;
}

#to_Top {
	color: #fff;
	position: fixed;
	bottom: 10px;
	right: 0;
	width: 40px;
	height: 44px;
	text-align: center;
	background: #84c225;
	font-weight: bold;
	cursor: pointer;
	display: none;
}

.box1100 {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.floatLeft {
	float: left;
}

.w1100 {
	width: 1100px;
	height: 99%;
	margin: 0 auto;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}


/*头部开始*/

.header {
	width: 1100px;
	height: 140px;
	margin: 0 auto;
	position: relative;
}

.header h1 {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.hbox {
	position: absolute;
	left: 250px;
	top: 50%;
	transform: translateY(-50%);
}

.htopLing {
	width: 1px;
	height: 60px;
	background: #ccc;
	position: absolute;
	left: 222px;
	top: 50%;
	transform: translateY(-50%);
}

.hbox h2 {
	font-family: "宋体";
	font-size: 30px;
	color: #333;
}

.hbox h3 {
	font-size: 20px;
	color: #666;
	font-weight: normal;
	margin-top: 10px;
	font-family: "宋体";
	letter-spacing: 2px;
}

.htel {
	height: 60px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/htel2.png) no-repeat left 0px top 3px;
}

.htel div {
	font-size: 14px;
	color: #999;
	text-align: right;
	padding-top: 6px;
	padding-right: 0px;
	letter-spacing: 6px;
}

.htel p {
	margin-top: 10px;
	color: #007cc3;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 28px;
	font-family: "华文细黑";
}


/*导航开始*/


/*一级导航开始*/

.nav {
	width: 100%;
	height: 50px;
	background: url(../images/navbg.jpg);
	text-align: center;
	overflow: hidden;
}

.navLiA {
	padding: 15px 23px;
	line-height: 50px;
	color: #fff;
	margin: 0 1px;
}

.navLiA:hover {
	background: #84c225;
}

.navLiAOn {
	background: #84c225;
}


/*导航结束*/


/*头部结束*/


/*轮播图开始*/

.carousel {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: auto;
	background: #ccc;
	margin: 0 auto;
	overflow: hidden;
}

.carousel .pic_box {
	width: 10000px;
}

.carousel .pic_box li {
	float: left;
}

.carousel .pic_box li img {
	display: block;
}

.arrow {
	width: 44px;
	height: 88px;
	line-height: 88px;
	background: rgba(64, 64, 64, .3);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	text-align: center;
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	transition: all 300ms;
	z-index: 30;
}

.left {
	opacity: 0;
	left: 4%;
}

.right {
	opacity: 0;
	right: 4%;
	
}

.carousel:hover .left {
	left: 5%;
	opacity: 1;
}

.carousel:hover .right {
	opacity: 1;
	right: 5%;
}

.panel {
	/*居中写法*/
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 12px;
	margin: 0 auto;
	z-index: 30;
}

.control {
	background: #fff;
	margin: 10px;
	width: 40px;
	height: 4px;
	/*border-radius: 50%;*/
	display: inline-block;
	cursor: pointer;
	transition: .5s;
}

.active {
	background: #0068ba;
}


/*轮播图结束*/


/*搜索*/

.search_div {
	width: 100%;
	height: 80px;
	overflow: hidden;
}

.searchBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}

.searchWord {
	width: 800px;
	float: left;
	font-size: 15px;
	color: #666;
	padding-left: 110px;
	box-sizing: border-box;
	position: relative;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 380px;
}

.searchWord span {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 15px;
	color: #999;
	font-weight: bold;
}

.searchWord a {
	color: #666;
	line-height: 22px;
	margin-right: 20px;
	font-size: 13px;
	/*font-family: "宋体";*/
}

.searchWord a:after {
	font-family: "宋体";
	content: '';
}

.searchWord a:last-child:after {
	content: '';
}

.searchWord a:hover {
	text-decoration: underline;
}

.w1100 {
	width: 1100px;
	height: 99%;
	margin: 0 auto;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}


/**/

.search {
	float: left;
	width: 321px;
	height: 80px;
	position: relative;
}

.search .search_tow {
	width: 100%;
	height: 100%;
	padding-right: 112px;
	padding-left: 60px;
	box-sizing: border-box;
	font-size: 12px;
	letter-spacing: 1px;
	background: #fff;
	color: #333;
	border: 1px solid #fff;
	/* border-bottom: 1px solid #999; */
}

.search .search_button {
	width: 90px;
	height: 80px;
	font-size: 13px;
	border: 0;
	color: red;
	cursor: pointer;
	position: absolute;
	background: #fff;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
}

.search .search_tow:focus {
	outline: #666;
}

.SearchType {
	background: rgba(0, 0, 0, 0);
}

.search .search_tow::-moz-placeholder {
	color: #666;
}

.search .search_tow::-ms-input-placeholder {
	color: #666;
}

.search .search_tow::-webkit-input-placeholder {
	color: #666;
}

.searchIco {
	width: 90px;
	height: 80px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	/* border: 1px solid #ccc; */
	opacity: 1;
}
.searchIco:after {
	content: '';
	display: block;
	width: 1px;
	height: 30px;
	background: #ccc;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.searchIco img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.select{
	border: none;
	height: 80px;
	position: absolute;
	left: 0;
	top: 0;
}


/*搜索结束*/


/*搜索联系开始*/

.findTel {
	width: 100%;
	height: 186px;
	background: #f6f7f7;
}

.findTelBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.findTelL {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 70px;
	background: url(../images/tel1.png) no-repeat center left;
	width: 436px;
}

.findTelL div {
	font-size: 24px;
	color: #333;
	letter-spacing: 4px;
}

.findTelL p {
	font-size: 14px;
	margin-top: 4px;
	letter-spacing: 2px;
	color: #444;
}

.findTelL p span {
	position: relative;
}

.findTelL p span:after {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background: #444;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateX(10px);
}

.findTelR {
	float: right;
	width: 320px;
	height: 100px;
	border-left: 1px solid #ccc;
	display: block;
	text-align: center;
	margin-top: 43px;
	padding-top: 10px;
	box-sizing: border-box;
	color: #333;
	font-size: 16px;
}

.findTelR:hover {
	text-decoration: underline;
}


/*搜索联系结束*/


/*网站地图开始*/

.mapUl {
	margin: 20px;
	border-bottom: 1px dashed #D9D9D9;
}

.mapUlP {
	line-height: 28px;
	text-indent: 2em;
	font-size: 16px;
	margin-left: -32px;
	margin-bottom: 5px;
	color: #666;
}

.mapUlP a {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}


/*.mapUlP a[class="mapLi"] {
	margin-left: 10px;
}
.mapUlP a[class="mapLi"]:first-child {
	margin-left: 0px;
}*/

.mapUlP:hover {
	color: #5B9C34;
}

.mapUl .mapLi {
	color: #666;
}

.mapUl .mapLi:after {
	content: " ";
	margin-left: 20px;
}

.mapUl .mapLi:first-child:after {
	content: " ";
	margin-left: 0px;
}

.mapLi:hover {
	color: #5B9C34;
}

.on {
	background: #5B9C34;
}


/*#to_top {
	width: 30px;
	height: 40px;
	padding: 20px;
	font: 14px/20px arial;
	text-align: center;
	background: red;
	position: fixed;
	cursor: pointer;
	color: #fff;
}*/

.topTop {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999;
	width: 100px;
	height: 100px;
	line-height: 100px;
	color: red;
	font-weight: bold;
	text-align: center;
}


/*网站地图结束*/

.caseOneTilte {
	text-align: center;
}


/*友情链接开始*/

.linksBox {
	width: 100%;
	background: #007cc3;
	padding-top: 30px;
}

.links {
	width: 1100px;
	padding: 0px 0 30px 150px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	color: #fff;
	border-bottom: 1px solid #0270af;
}

.links:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #1196e2;
	position: absolute;
	bottom: 1px;
	left: 0;
}

.linksTitle {
	position: absolute;
	left: 0;
	top: 14px;
	color: #fff;
	border-bottom: 1px solid #ccc;
}

.linksTitle:after {
	content: '';
	display: block;
	width: 1px;
	height: 40px;
	background: #fff;
	position: absolute;
	right: -120px;
	top: -20px;
}

.linksTitle p:nth-child(1) {
	font-family: georgia;
	font-size: 48px;
	color: #fff;
	position: absolute;
	left: 0;
	top: -30px;
}

.linksTitle p:nth-child(2) {
	font-family: "宋体";
	font-size: 12px;
	letter-spacing: 10px;
	position: absolute;
	left: 35px;
	top: 2px;
	color: #fff;
}

.linksTitle p:nth-child(3) {
	width: 86px;
	font-size: 18px;
	font-family: "宋体";
	color: #fff;
	position: absolute;
	left: 19px;
	top: -18px;
}

.links a {
	color: #fff;
	font-size: 14px;
	margin: 20px;
}

.links a:first-child {
	margin-left: 0;
}

.links a:hover {
	text-decoration: underline;
}

/*友情链接结束*/


/*底部开始*/

.footer {
	width: 100%;
	height: 400px;
	background: #007cc3;
	margin: 0 auto;
	padding-top: 70px;
	box-sizing: border-box;
	position: relative;
}

.foot {
	width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
}

.footEWM {
	width: 320px;
	float: left;
	margin-right: 30px;
	margin-top: 10px;
}

.footName {
	font-size: 18px;
	margin-bottom: 40px;
	color: #fff;
	position: relative;
}

.footName:after {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -20px;
}

.footEWMImg {
	width: 130px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	float: left;
	margin-right: 20px;
	float: left;
}

.footEWMImgdiv {
	width: 130px;
	height: 130px;
	margin: 10px 0;
	position: relative;
	overflow: hidden;
}

.footEWMImgdiv img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.footEWMImgdiv p {
	text-align: center;
	padding: 10px;
}

.footInfo {
	font-size: 13px;
	line-height: 39px;
	color: #fff;
	letter-spacing: 1px;
	float: left;
}

.footInfo a {
	color: #fff;
	font-size: 13px;
}

.footInfo a:hover {
	text-decoration: underline;
}

.footCopy {
	font-size: 13px;
	color: #fff;
	float: right;
	letter-spacing: 1px;
}

.footCopy a {
	font-size: 13px;
	color: #fff;
}

.footCopy a:hover {
	text-decoration: underline;
}


/**/

.footCont {
	float: right;
	width: 710px;
}

.footNav {
	margin-bottom: 20px;
}

.footNav a {
	font-size: 13px;
	color: #fff;
	margin-right: 82px;
	line-height: 40px;
	position: relative;
}

.footNav a:hover {
	text-decoration: underline;
}

.footNav a:after {
	content: '';
	display: block;
	width: 1px;
	height: 14px;
	background: #fff;
	transform: rotateZ(30deg);
	position: absolute;
	right: -37px;
	top: 4px;
}

.footNav a:last-child {
	margin: 0;
}

.footNav a:last-child:after {
	margin: 0;
	content: '';
}

.footInfo {
	color: #fff;
	font-size: 13px;
	line-height: 33px;
}

.footInfo a {
	color: #fff;
}

.footInfo a:hover {
	color: #fff;
	text-decoration: underline;
}


/**/

.copyright {
	width: 1100px;
	/* height: 147px; */
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
	position: relative;
	font-size: 13px;
	color: #fff;
	line-height: 39px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	border-top: 1px solid #1196e2;
}

.copyright a {
	color: #fff;
}

.copyright a:hover {
	text-decoration: underline;
}

.copyright:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #0270af;
	position: absolute;
	top: 1px;
	left: 50%;
	transform: translateX(-50%);
}


/**/

/**/